home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000027_nucemfromorbit@yahoo.com_Wed Apr 30 15:23:53 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  53 lines

  1. Article: 14243 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: nucemfromorbit@yahoo.com (Rick)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: SSL_connect:error in 3RSH_A SSLv3 read server hello A
  6. Date: 30 Apr 2003 12:14:18 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 35
  9. Message-ID: <8ba3a1cf.0304301114.461c38b3@posting.google.com>
  10. NNTP-Posting-Host: 63.80.54.82
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1051730059 20555 127.0.0.1 (30 Apr 2003 19:14:19 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 30 Apr 2003 19:14:19 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14243
  17.  
  18. What seems to be the problem with my trying to connect?
  19.  
  20.  
  21. I am using CKermit 8.0.209 with OpenSSL 0.9.7 on HPUX 11.00
  22. The server is WS_FTP.
  23. I issue the following commands:
  24.  
  25. >set ftp auth ssl
  26. >set ftp debug
  27. >set auth ssl debug
  28. >ftp open  www3.xxxxx.net 21  /user:test /password:test
  29.  
  30. I get the following:
  31.  
  32.  
  33. Connected to www3.xxxxx.net. 
  34. 220 necho5 X2 WS_FTP Server 3.1.4 (1437008836) 
  35. ---> AUTH SSL 
  36. 234 SSL enabled and waiting for negotiation 
  37. SSL accepted as authentication type 
  38. SSL_handshake:UNKWN  before/connect initialization 
  39. SSL_connect:UNKWN  before/connect initialization 
  40. SSL_connect:3WCH_A SSLv3 write client hello A 
  41. SSL_write_alert 
  42. SSL_connect:error in 3RSH_A SSLv3 read server hello A 
  43. Connected to www3.necho.net. 
  44. 220 necho5 X2 WS_FTP Server 3.1.4 (1437009492) 
  45. ---> USER test 
  46. 530 Non SSL connections forbidden 
  47. [/home/ghostdev/] C-Kermit> 
  48. [/home/ghostdev/] C-Kermit>Login failed 
  49. ---> QUIT 
  50.  
  51.  
  52. -Rick
  53.